﻿.bannerContent {
    background-color: #f5f5f5;
}

.bannerImg {
    background-position: center;
}

.contentSub {
    font-size: 13px;
    text-align: left;
    color: #a5a5a5;
    display: inline-block;
    font-family: "Mohr-Medium";
    margin-bottom: 15px;
    background-color: auto;
}

.privForm {
    margin-top: 25px;
}

.labelInput {
    color: #021f59;
    font-size: 15px;
    display: block;
    font-family: "Mohr-RegularIt";
    text-align: left;
    margin-top: 15px;
    margin-bottom: 5px;
}

.inputPri {
    border-radius: 6px;
    border: solid 1px #dedede;
    width: 100%;
    height: 40px;
    padding: 10px;
    color: #707070;
    font-family: "Mohr-RegularIt";
}

.textarea {
    border-radius: 6px;
    border: solid 1px #dedede;
    width: 100%;
    height: 140px;
    padding: 10px;
    color: #707070;
    font-family: "Mohr-RegularIt";
}

.inputPri::placeholder,
.textarea::placeholder {
    color: #a5a5a5;
    font-family: "Mohr-RegularIt";
    padding-left: 1px;
}

.textarea:focus-visible {
    outline: none;
}

.inputPri:focus,
.inputPri:hover {
    outline: none;
}

.btnEnviar {
    float: right;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: white;
    border-radius: 6px;
    border: 1px solid transparent;
    font-family: "Mohr-SemiBold";
    width: 35%;
    height: 40px;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #00bf44;
    margin-top: 0rem;
    text-align: center;
    transition: .3s;
}

.btnEnviar:hover,
.btnEnviar:focus {
    outline: none;
    background: #f2fcf5;
    border: 1px solid #00bf44;
}

.dadosContato {
    padding: 5px 10px;
    border-radius: 6px;
    border: solid 1px #dedede;
    padding: 11px;
    background-color: white !important;
}

.dadosContato .contentSub {
    background-color: white !important;
}

.dadosForm {
    font-size: 11px;
    color: #00bf44;
    font-family: "Mohr-Medium";
    display: block;
    margin-bottom: 1rem;
}

.fake-sel-wrap.helpline {
    width: 60% !important;
    height: 36px;
    margin-top: -5%;
}

.fake-sel-wrap.helpline ul {
    position: absolute;
    margin: auto 0 5% 0;
    padding: 1%;
    min-height: 35px;
    width: 100%;
}

.fake-sel-wrap.helpline li {
    height: 35px;
    font-size: 0.867rem;
}

.fake-sel-wrap.helpline ul.ativo li {
    position: relative;
    z-index: 99999999999;
}

.fake-sel-wrap.helpline ul.ativo {
    z-index: 99;
}

.fake-sel-wrap.helpline ul li:nth-child(1)::after {
    top: 5px !important;
}

.ms-core-tableNoSpace input[type="text"] {
    display: none;
}

@media screen and (min-width:641px) and (max-width:1000px) {
    .bannerImg {
        height: 40vh;
    }

    .dadosContato {
        padding: 5px 25px;
    }

    .contentRight {
        order: 1;
        margin-bottom: 1rem;
    }

    .contentLeft {
        order: 2;
    }
}

@media screen and (max-width:640px) {
    .contentRight {
        order: 1;
        margin-bottom: 1rem;
    }

    .contentSub {
        margin-bottom: 0px !important;
    }

    .contentLeft {
        order: 2;
    }

    .btnEnviar {
        width: 100%;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }


    .bannerImg {
        z-index: 2;
        height: 50vh;
        background-position-x: -70px;
    }

    .bannerContent {
        padding: 10% 5%;
    }

}

@media screen and (max-width:320px) {
    .bannerImg {
        z-index: 2;
        background-position-x: 0px;
    }

    .txt_op_am_subtitle {
        font-size: 2.5rem;
    }

    .txt_title_op {
        font-size: 50px;
    }
}